Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing unused import causing circular dependency #109

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Conversation

ferrigno
Copy link
Contributor

@ferrigno ferrigno commented Sep 3, 2024

This simple patch seems to solve a circular import issue

@ferrigno ferrigno added the bug Something isn't working label Sep 3, 2024
@dsavchenko dsavchenko linked an issue Sep 3, 2024 that may be closed by this pull request
Copy link
Member

@dsavchenko dsavchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

I really wonder why we didn't see the issue before

@volodymyrss volodymyrss self-requested a review September 4, 2024 07:30
@volodymyrss volodymyrss changed the title solving issue #108 removing unused import causing circular dependency Sep 4, 2024
Copy link
Member

@volodymyrss volodymyrss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this import is not used, strange that it's there. Good to remove, thanks!

Note @ferrigno that I renamed the PR to avoid just reciting the relation with issue which is already tracked by github.
Also clear title will help to understand the change in the future.

@dsavchenko
Copy link
Member

strange that it's there

It's there from the initial implementation, which was largely refactored then

@dsavchenko dsavchenko merged commit 94c316c into master Sep 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Circular import bug in queries.py
3 participants